net/http.http2priorityWriteScheduler.nodes (field)
14 uses
net/http (current package)
h2_bundle.go#L11672: nodes: make(map[uint32]*http2priorityNode),
h2_bundle.go#L11677: ws.nodes[0] = &ws.root
h2_bundle.go#L11838: nodes map[uint32]*http2priorityNode
h2_bundle.go#L11863: if curr := ws.nodes[streamID]; curr != nil {
h2_bundle.go#L11875: parent := ws.nodes[options.PusherID]
h2_bundle.go#L11886: ws.nodes[streamID] = n
h2_bundle.go#L11896: if ws.nodes[streamID] == nil {
h2_bundle.go#L11899: if ws.nodes[streamID].state != http2priorityNodeOpen {
h2_bundle.go#L11903: n := ws.nodes[streamID]
h2_bundle.go#L11925: n := ws.nodes[streamID]
h2_bundle.go#L11938: ws.nodes[streamID] = n
h2_bundle.go#L11944: parent := ws.nodes[priority.StreamDep]
h2_bundle.go#L11994: n = ws.nodes[id]
h2_bundle.go#L12054: delete(ws.nodes, n.id)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)